<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.m-style {
	position: relative;
	text-align: center;
	zoom: 1;
	top: 0;
	right: 0;
}

.m-style:before,
.m-style:after {
	content: "";
	display: table;
}

.m-style:after {
	clear: both;
	overflow: hidden;
}

.m-style span {
	float: left;
	margin: 0 5px;
	width: 30px;
	height: 25px;
	line-height: 25px;
	color: #bdbdbd;
	font-size: 10px;
}

.m-style .active {
	float: left;
	margin: 0 5px;
	width: 30px;
	height: 25px;
	line-height: 25px;
	background: #bf925f;
	color: #fff;
	font-size: 10px;
	border: 1px solid #bf925f;
}

.m-style a {
	float: left;
	margin: 0 5px;
	width: 30px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #bf925f;
	color: #bf925f;
	font-size: 10px;
}

.m-style a:hover {
	color: #fff;
	background: #BF925F;
}

.m-style .next,
.m-style .prev {
	font-family: "Segoe UI,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;";
	font-size: 10px;
}

.now,
.count {
	padding: 0 5px;
	color: #f00;
}

.eg {
	position: absolute;
	bottom: 20px;
	right: 355px;
}

.eg img {
	max-width: 800px;
	min-height: 500px;
}


@media only screen and (max-width:800px) {
	/*input {
		float: left;
		margin: 0 5px;
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: left;
		background: #fff;
		border: 1px solid #BF925F;
		outline: none;
		color: #bdbdbd;
		font-size: 14px;
	}*/

	.m-style span {
		float: left;
		margin: 0 5px;
		width: 30px;
		height: 25px;
		line-height: 25px;
		color: #bdbdbd;
		font-size: 10px;
	}
	.m-style .active {
		float: left;
		margin: 0 5px;
		width: 30px;
		height: 25px;
		line-height: 25px;
		background: #1d50a9;
		color: #fff;
		font-size: 10px;
		border: 1px solid #1d50a9;
	}
	.m-style a {
		float: left;
		margin: 0 5px;
		width: 30px;
		height: 25px;
		line-height: 25px;
		background: #fff;
		border: 1px solid #1d50a9;
		color: #1d50a9;
		font-size: 10px;
	}
}</pre></body></html>